Added tests
authorJeroen van der Heijden <jeroen@transceptor.technology>
Thu, 27 Sep 2018 09:33:29 +0000 (11:33 +0200)
committerJeroen van der Heijden <jeroen@transceptor.technology>
Thu, 27 Sep 2018 09:33:29 +0000 (11:33 +0200)
commit6f618d6da9bc32c78c79c9a47c2ff65ba390cf5d
treef1a3d4747519bf75fe6e5ce601c5af22d25d05a6
parentf957b697f9f20383e60694b96eb84d2787c332eb
Added tests
34 files changed:
include/siri/cfg/cfg.h
include/strextra/strextra.h
include/xpath/xpath.h
src/procinfo/procinfo.c
src/siri/cfg/cfg.c
src/siri/db/db.c
src/siri/db/shards.c
src/siri/help/help.c
src/siri/net/pipe.c
src/xmath/xmath.c
src/xpath/xpath.c
test/test.h
test/test.sh
test/test_access/sources [new file with mode: 0644]
test/test_access/test_access.c [new file with mode: 0644]
test/test_aggr/sources [new file with mode: 0644]
test/test_aggr/test_aggr.c [new file with mode: 0644]
test/test_ctree/test_ctree.c
test/test_expr/sources [new file with mode: 0644]
test/test_expr/test_expr.c [new file with mode: 0644]
test/test_grammar/sources [new file with mode: 0644]
test/test_grammar/test_grammar.c [new file with mode: 0644]
test/test_imap/test_imap.c
test/test_iso8601/test_iso8601.c
test/test_slist/sources [new file with mode: 0644]
test/test_slist/test_slist.c [new file with mode: 0644]
test/test_strx/sources [new file with mode: 0644]
test/test_strx/test_strx.c [new file with mode: 0644]
test/test_version/sources [new file with mode: 0644]
test/test_version/test_version.c [new file with mode: 0644]
test/test_xmath/sources [new file with mode: 0644]
test/test_xmath/test_xmath.c [new file with mode: 0644]
test/test_xpath/sources [new file with mode: 0644]
test/test_xpath/test_xpath.c [new file with mode: 0644]